home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 April / CHIP CD (4 - 2007).iso / bestuur / taskman / SuperCopier2beta1-9.exe / SuperCopier2.exe / 0 / RCDATA / TCONFIGFORM / TCONFIGFORM.txt
Text File  |  2006-07-07  |  27KB  |  1,049 lines

  1. object ConfigForm: TConfigForm
  2.   Left = 243
  3.   Top = 104
  4.   BorderStyle = bsDialog
  5.   Caption = 'Configuration'
  6.   ClientHeight = 396
  7.   ClientWidth = 609
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnShow = TntFormShow
  20.   DesignSize = (
  21.     609
  22.     396)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object lvSections: TTntListView
  26.     Left = 0
  27.     Top = 0
  28.     Width = 161
  29.     Height = 367
  30.     BevelInner = bvNone
  31.     BevelOuter = bvNone
  32.     Columns = <
  33.       item
  34.         AutoSize = True
  35.       end>
  36.     HideSelection = False
  37.     Items.Data = {
  38.       1D0100000800000000000000FFFFFFFFFFFFFFFF0000000000000000084C616E
  39.       677561676500000000FFFFFFFFFFFFFFFF000000000000000007537461727475
  40.       7000000000FFFFFFFFFFFFFFFF00000000000000000E5573657220696E746572
  41.       6661636500000000FFFFFFFFFFFFFFFF000000000000000017436F7069657320
  42.       26206D6F7665732064656661756C747300000000FFFFFFFFFFFFFFFF00000000
  43.       0000000017436F706965732026206D6F766573206265686176696F7200000000
  44.       FFFFFFFFFFFFFFFF0000000000000000094572726F72206C6F6700000000FFFF
  45.       FFFFFFFFFFFF00000000000000001148616E646C65642070726F636573736573
  46.       00000000FFFFFFFFFFFFFFFF000000000000000008416476616E636564}
  47.     ReadOnly = True
  48.     RowSelect = True
  49.     ShowColumnHeaders = False
  50.     TabOrder = 0
  51.     ViewStyle = vsReport
  52.     OnChange = lvSectionsChange
  53.   end
  54.   object pcSections: TTntPageControl
  55.     Left = 160
  56.     Top = 0
  57.     Width = 449
  58.     Height = 371
  59.     ActivePage = tsAdvanced
  60.     Anchors = [akLeft, akTop, akRight, akBottom]
  61.     TabHeight = 10
  62.     TabOrder = 1
  63.     TabPosition = tpBottom
  64.     object tsLanguage: TTntTabSheet
  65.       Caption = 'tsLanguage'
  66.       TabVisible = False
  67.       object gbLanguage: TTntGroupBox
  68.         Left = 8
  69.         Top = 3
  70.         Width = 425
  71.         Height = 62
  72.         Caption = 'Language'
  73.         TabOrder = 0
  74.         object llLanguage: TTntLabel
  75.           Left = 8
  76.           Top = 18
  77.           Width = 92
  78.           Height = 13
  79.           Caption = 'Interface language:'
  80.         end
  81.         object llLanguageInfo: TTntLabel
  82.           Left = 8
  83.           Top = 40
  84.           Width = 299
  85.           Height = 13
  86.           Caption = 
  87.             '(English (default) won'#39't be applied until you restart SuperCopie' +
  88.             'r.)'
  89.         end
  90.         object cbLanguage: TTntComboBox
  91.           Left = 216
  92.           Top = 13
  93.           Width = 201
  94.           Height = 21
  95.           Style = csDropDownList
  96.           ItemHeight = 13
  97.           TabOrder = 0
  98.         end
  99.       end
  100.     end
  101.     object tsStartup: TTntTabSheet
  102.       Caption = 'tsStartup'
  103.       TabVisible = False
  104.       object gbStartup: TTntGroupBox
  105.         Left = 8
  106.         Top = 3
  107.         Width = 425
  108.         Height = 67
  109.         Caption = 'Startup'
  110.         TabOrder = 0
  111.         object chStartWithWindows: TTntCheckBox
  112.           Left = 8
  113.           Top = 17
  114.           Width = 393
  115.           Height = 17
  116.           Caption = 'Start when windows starts'
  117.           TabOrder = 0
  118.         end
  119.         object chActivateOnStart: TTntCheckBox
  120.           Left = 8
  121.           Top = 41
  122.           Width = 393
  123.           Height = 17
  124.           Caption = 'Activate SuperCopier when it starts'
  125.           TabOrder = 1
  126.         end
  127.       end
  128.     end
  129.     object tsUI: TTntTabSheet
  130.       Caption = 'tsUI'
  131.       TabVisible = False
  132.       object gbTaskbar: TTntGroupBox
  133.         Left = 8
  134.         Top = 3
  135.         Width = 425
  136.         Height = 112
  137.         Caption = 'Taskbar && system tray'
  138.         TabOrder = 0
  139.         object llMinimizedEventHandling: TTntLabel
  140.           Left = 9
  141.           Top = 63
  142.           Width = 250
  143.           Height = 13
  144.           Caption = 'When there is an event and the window is minimized:'
  145.         end
  146.         object chTrayIcon: TTntCheckBox
  147.           Left = 8
  148.           Top = 17
  149.           Width = 363
  150.           Height = 17
  151.           Caption = 'Show SuperCopier icon in system tray'
  152.           TabOrder = 0
  153.         end
  154.         object cbMinimize: TTntComboBox
  155.           Left = 8
  156.           Top = 38
  157.           Width = 409
  158.           Height = 21
  159.           Style = csDropDownList
  160.           ItemHeight = 13
  161.           TabOrder = 1
  162.           OnClick = cbMinimizeClick
  163.           Items.Strings = (
  164.             'Minimize windows to system tray and set them as always on top'
  165.             'Minimize windows to taskbar')
  166.         end
  167.         object cbMinimizedEventHandling: TTntComboBox
  168.           Left = 8
  169.           Top = 82
  170.           Width = 409
  171.           Height = 21
  172.           Style = csDropDownList
  173.           ItemHeight = 13
  174.           TabOrder = 2
  175.           Items.Strings = (
  176.             'Do nothing (wait for the window to be restored)'
  177.             
  178.               'Display a balloon notification (will not work on Windows 98,95 &' +
  179.               ' NT4)'
  180.             'Popup the event window')
  181.         end
  182.       end
  183.       object gbCWAppearance: TTntGroupBox
  184.         Left = 8
  185.         Top = 119
  186.         Width = 425
  187.         Height = 90
  188.         Caption = 'Copy window appearance'
  189.         TabOrder = 1
  190.         object chCWSavePosition: TTntCheckBox
  191.           Left = 8
  192.           Top = 40
  193.           Width = 401
  194.           Height = 17
  195.           Caption = 'Save copy window position'
  196.           TabOrder = 1
  197.         end
  198.         object chCWSaveSize: TTntCheckBox
  199.           Left = 8
  200.           Top = 64
  201.           Width = 401
  202.           Height = 17
  203.           Caption = 'Save copy window size'
  204.           TabOrder = 2
  205.         end
  206.         object chCWStartMinimized: TTntCheckBox
  207.           Left = 8
  208.           Top = 16
  209.           Width = 401
  210.           Height = 17
  211.           Caption = 'Start copies with copy window minimized'
  212.           TabOrder = 0
  213.         end
  214.       end
  215.       object gbSizeUnit: TTntGroupBox
  216.         Left = 8
  217.         Top = 213
  218.         Width = 425
  219.         Height = 45
  220.         Caption = 'Size unit'
  221.         TabOrder = 2
  222.         object llSizeUnit: TTntLabel
  223.           Left = 8
  224.           Top = 18
  225.           Width = 145
  226.           Height = 13
  227.           Caption = 'Use this unit to display file size:'
  228.         end
  229.         object cbSizeUnit: TTntComboBox
  230.           Left = 216
  231.           Top = 14
  232.           Width = 201
  233.           Height = 21
  234.           Style = csDropDownList
  235.           ItemHeight = 13
  236.           TabOrder = 0
  237.           Items.Strings = (
  238.             'Auto'
  239.             'Bytes'
  240.             'KB (Kilobytes)'
  241.             'MB (Megabytes)'
  242.             'GB (Gigabytes)')
  243.         end
  244.       end
  245.       object gbProgressrar: TTntGroupBox
  246.         Left = 8
  247.         Top = 262
  248.         Width = 426
  249.         Height = 96
  250.         Caption = 'Progress bars'
  251.         TabOrder = 3
  252.         object llProgressFG: TTntLabel
  253.           Left = 6
  254.           Top = 16
  255.           Width = 88
  256.           Height = 13
  257.           Caption = 'Foreground colors:'
  258.         end
  259.         object llProgressBG: TTntLabel
  260.           Left = 116
  261.           Top = 16
  262.           Width = 92
  263.           Height = 13
  264.           Caption = 'Background colors:'
  265.         end
  266.         object llProgressBorder: TTntLabel
  267.           Left = 338
  268.           Top = 16
  269.           Width = 60
  270.           Height = 13
  271.           Caption = 'Border color:'
  272.         end
  273.         object ggProgress: TSCProgessBar
  274.           Left = 6
  275.           Top = 72
  276.           Width = 411
  277.           Height = 17
  278.           BorderColor = clBlack
  279.           FrontColor1 = clRed
  280.           FrontColor2 = clBlue
  281.           BackColor1 = clGray
  282.           BackColor2 = clWhite
  283.           FontProgress.Charset = DEFAULT_CHARSET
  284.           FontProgress.Color = clWhite
  285.           FontProgress.Height = -11
  286.           FontProgress.Name = 'MS Sans Serif'
  287.           FontProgress.Style = [fsBold]
  288.           FontProgressColor = clBlack
  289.           FontTxt.Charset = DEFAULT_CHARSET
  290.           FontTxt.Color = clWhite
  291.           FontTxt.Height = -11
  292.           FontTxt.Name = 'MS Sans Serif'
  293.           FontTxt.Style = []
  294.           FontTxtColor = clBlack
  295.           Max = 100
  296.           Position = 50
  297.           TimeRemaining = '00:00:00 Remaining'
  298.         end
  299.         object llProgressText: TTntLabel
  300.           Left = 227
  301.           Top = 16
  302.           Width = 55
  303.           Height = 13
  304.           Caption = 'Text colors:'
  305.         end
  306.         object btProgressFG1: TTntButton
  307.           Left = 6
  308.           Top = 34
  309.           Width = 48
  310.           Height = 25
  311.           Caption = 'Edges'
  312.           TabOrder = 0
  313.           OnClick = btProgressFG1Click
  314.         end
  315.         object bgProgressFG2: TTntButton
  316.           Left = 54
  317.           Top = 34
  318.           Width = 48
  319.           Height = 25
  320.           Caption = 'Middle'
  321.           TabOrder = 1
  322.           OnClick = bgProgressFG2Click
  323.         end
  324.         object btProgressBG1: TTntButton
  325.           Left = 116
  326.           Top = 34
  327.           Width = 48
  328.           Height = 25
  329.           Caption = 'Edges'
  330.           TabOrder = 2
  331.           OnClick = btProgressBG1Click
  332.         end
  333.         object btProgressBG2: TTntButton
  334.           Left = 164
  335.           Top = 34
  336.           Width = 48
  337.           Height = 25
  338.           Caption = 'Middle'
  339.           TabOrder = 3
  340.           OnClick = btProgressBG2Click
  341.         end
  342.         object btProgressBorder: TTntButton
  343.           Left = 338
  344.           Top = 34
  345.           Width = 48
  346.           Height = 25
  347.           Caption = 'Border'
  348.           TabOrder = 6
  349.           OnClick = btProgressBorderClick
  350.         end
  351.         object btProgressOutline: TTntButton
  352.           Left = 275
  353.           Top = 34
  354.           Width = 48
  355.           Height = 25
  356.           Caption = 'Outline'
  357.           TabOrder = 5
  358.           OnClick = btProgressOutlineClick
  359.         end
  360.         object btProgressText: TTntButton
  361.           Left = 227
  362.           Top = 34
  363.           Width = 48
  364.           Height = 25
  365.           Caption = 'Text'
  366.           TabOrder = 4
  367.           OnClick = btProgressTextClick
  368.         end
  369.       end
  370.     end
  371.     object tsCWDefaults: TTntTabSheet
  372.       Caption = 'tsCWDefaults'
  373.       TabVisible = False
  374.       object gbCopyEnd: TTntGroupBox
  375.         Left = 8
  376.         Top = 3
  377.         Width = 425
  378.         Height = 44
  379.         Caption = 'Copy end'
  380.         TabOrder = 0
  381.         object llCopyEnd: TTntLabel
  382.           Left = 8
  383.           Top = 18
  384.           Width = 108
  385.           Height = 13
  386.           Caption = 'At the end of the copy:'
  387.         end
  388.         object cbCopyEnd: TTntComboBox
  389.           Left = 216
  390.           Top = 13
  391.           Width = 201
  392.           Height = 21
  393.           Style = csDropDownList
  394.           ItemHeight = 13
  395.           ItemIndex = 0
  396.           TabOrder = 0
  397.           Text = 'Close the window'
  398.           Items.Strings = (
  399.             'Close the window'
  400.             'Don'#39't close the window'
  401.             'Don'#39't close if there was errors')
  402.         end
  403.       end
  404.       object gbSpeedLimit: TTntGroupBox
  405.         Left = 8
  406.         Top = 51
  407.         Width = 425
  408.         Height = 44
  409.         Caption = 'Speed limit'
  410.         TabOrder = 1
  411.         object llSpeedLimitKB: TTntLabel
  412.           Left = 304
  413.           Top = 17
  414.           Width = 14
  415.           Height = 13
  416.           Caption = 'KB'
  417.         end
  418.         object chSpeedLimit: TTntCheckBox
  419.           Left = 8
  420.           Top = 16
  421.           Width = 209
  422.           Height = 17
  423.           Caption = 'Limit copy speed to:'
  424.           TabOrder = 0
  425.           OnClick = chSpeedLimitClick
  426.         end
  427.         object cbSpeedLimit: TTntComboBox
  428.           Left = 216
  429.           Top = 14
  430.           Width = 81
  431.           Height = 21
  432.           DropDownCount = 20
  433.           ItemHeight = 13
  434.           TabOrder = 1
  435.           Text = '1024'
  436.           OnKeyPress = NumbersOnly
  437.           Items.Strings = (
  438.             '64'
  439.             '128'
  440.             '256'
  441.             '512'
  442.             '1024'
  443.             '2048'
  444.             '4096'
  445.             '8192'
  446.             '16384'
  447.             '32768')
  448.         end
  449.       end
  450.       object gbCollisions: TTntGroupBox
  451.         Left = 8
  452.         Top = 99
  453.         Width = 425
  454.         Height = 44
  455.         Caption = 'File collisions'
  456.         TabOrder = 2
  457.         object llCollisions: TTntLabel
  458.           Left = 8
  459.           Top = 18
  460.           Width = 161
  461.           Height = 13
  462.           Caption = 'When a file already exists, always:'
  463.         end
  464.         object cbCollisions: TTntComboBox
  465.           Left = 216
  466.           Top = 14
  467.           Width = 201
  468.           Height = 21
  469.           Style = csDropDownList
  470.           ItemHeight = 13
  471.           ItemIndex = 0
  472.           TabOrder = 0
  473.           Text = 'Ask what to do'
  474.           Items.Strings = (
  475.             'Ask what to do'
  476.             'Cancel the whole copy'
  477.             'Skip'
  478.             'Resume transfer'
  479.             'Overwrite'
  480.             'Overwrite if different'
  481.             'Rename new file'
  482.             'Rename old file')
  483.         end
  484.       end
  485.       object gbCopyErrors: TTntGroupBox
  486.         Left = 8
  487.         Top = 147
  488.         Width = 425
  489.         Height = 72
  490.         Caption = 'Copy errors'
  491.         TabOrder = 3
  492.         object llCopyErrors: TTntLabel
  493.           Left = 8
  494.           Top = 18
  495.           Width = 166
  496.           Height = 13
  497.           Caption = 'When there is a copy error, always:'
  498.         end
  499.         object llRetryInterval: TTntLabel
  500.           Left = 8
  501.           Top = 46
  502.           Width = 155
  503.           Height = 13
  504.           Caption = 'Time to wait between two retries:'
  505.         end
  506.         object llRetryIntervalUnit: TTntLabel
  507.           Left = 304
  508.           Top = 46
  509.           Width = 57
  510.           Height = 13
  511.           Caption = 'Milliseconds'
  512.         end
  513.         object cbCopyError: TTntComboBox
  514.           Left = 216
  515.           Top = 14
  516.           Width = 201
  517.           Height = 21
  518.           Style = csDropDownList
  519.           ItemHeight = 13
  520.           ItemIndex = 0
  521.           TabOrder = 0
  522.           Text = 'Ask what to do'
  523.           Items.Strings = (
  524.             'Ask what to do'
  525.             'Cancel then whole copy'
  526.             'Skip'
  527.             'Retry'
  528.             'Put the file at the copy list bottom')
  529.         end
  530.         object edCopyErrorRetry: TTntEdit
  531.           Left = 216
  532.           Top = 42
  533.           Width = 81
  534.           Height = 21
  535.           TabOrder = 1
  536.         end
  537.       end
  538.     end
  539.     object tsCopy: TTntTabSheet
  540.       Caption = 'tsCopy'
  541.       TabVisible = False
  542.       object gbCLHandling: TTntGroupBox
  543.         Left = 8
  544.         Top = 3
  545.         Width = 425
  546.         Height = 106
  547.         Caption = 'New copy list handling'
  548.         TabOrder = 0
  549.         object llCLHandling: TTntLabel
  550.           Left = 8
  551.           Top = 18
  552.           Width = 237
  553.           Height = 13
  554.           Caption = 'Add new copy lists to allready copying ones when:'
  555.         end
  556.         object llCLHandlingInfo: TTntLabel
  557.           Left = 8
  558.           Top = 64
  559.           Width = 258
  560.           Height = 13
  561.           Caption = '(same source means, for example, same physical drive)'
  562.         end
  563.         object cbCLHandling: TTntComboBox
  564.           Left = 8
  565.           Top = 37
  566.           Width = 409
  567.           Height = 21
  568.           Style = csDropDownList
  569.           ItemHeight = 13
  570.           TabOrder = 0
  571.           Items.Strings = (
  572.             'Never'
  573.             'Always'
  574.             'The source is the same'
  575.             'The destination is the same'
  576.             'The source and the destination are the same'
  577.             'The source or the destination are the same')
  578.         end
  579.         object chCLHandlingConfirm: TTntCheckBox
  580.           Left = 8
  581.           Top = 81
  582.           Width = 363
  583.           Height = 17
  584.           Caption = 'Ask for confirmation before adding'
  585.           TabOrder = 1
  586.         end
  587.       end
  588.       object gbAttributes: TTntGroupBox
  589.         Left = 8
  590.         Top = 113
  591.         Width = 425
  592.         Height = 67
  593.         Caption = 'Attributes && security'
  594.         TabOrder = 1
  595.         object chSaveAttributesOnCopy: TTntCheckBox
  596.           Left = 8
  597.           Top = 17
  598.           Width = 363
  599.           Height = 17
  600.           Caption = 'Copy attributes and security when a file is copied'
  601.           TabOrder = 0
  602.         end
  603.         object chSaveAttributesOnMove: TTntCheckBox
  604.           Left = 8
  605.           Top = 41
  606.           Width = 364
  607.           Height = 17
  608.           Caption = 'Copy attributes and security when a file is moved'
  609.           TabOrder = 1
  610.         end
  611.       end
  612.       object gbDeleting: TTntGroupBox
  613.         Left = 8
  614.         Top = 184
  615.         Width = 425
  616.         Height = 67
  617.         Caption = 'Deleting'
  618.         TabOrder = 2
  619.         object chDeleteUnfinishedCopies: TTntCheckBox
  620.           Left = 8
  621.           Top = 17
  622.           Width = 363
  623.           Height = 17
  624.           Caption = 'Delete files when they are not entirely copied'
  625.           TabOrder = 0
  626.           OnClick = chDeleteUnfinishedCopiesClick
  627.         end
  628.         object chDontDeleteOnCopyError: TTntCheckBox
  629.           Left = 32
  630.           Top = 41
  631.           Width = 340
  632.           Height = 17
  633.           Caption = 'Don'#39't delete them if it was caused by a copy error'
  634.           TabOrder = 1
  635.         end
  636.       end
  637.       object gbRenaming: TTntGroupBox
  638.         Left = 8
  639.         Top = 255
  640.         Width = 425
  641.         Height = 82
  642.         Caption = 'Renaming'
  643.         TabOrder = 4
  644.         object llRenameOld: TTntLabel
  645.           Left = 8
  646.           Top = 26
  647.           Width = 117
  648.           Height = 13
  649.           Caption = 'Old file renaming pattern:'
  650.         end
  651.         object llRenameNew: TTntLabel
  652.           Left = 8
  653.           Top = 54
  654.           Width = 123
  655.           Height = 13
  656.           Caption = 'New file renaming pattern:'
  657.         end
  658.         object edRenameOldPattern: TTntEdit
  659.           Left = 216
  660.           Top = 22
  661.           Width = 201
  662.           Height = 21
  663.           TabOrder = 0
  664.         end
  665.         object edRenameNewPattern: TTntEdit
  666.           Left = 216
  667.           Top = 50
  668.           Width = 201
  669.           Height = 21
  670.           TabOrder = 1
  671.         end
  672.       end
  673.       object btRenamingHelp: TTntButton
  674.         Left = 357
  675.         Top = 254
  676.         Width = 75
  677.         Height = 16
  678.         Caption = 'Help'
  679.         TabOrder = 3
  680.         OnClick = btRenamingHelpClick
  681.       end
  682.     end
  683.     object tsLog: TTntTabSheet
  684.       Caption = 'tsLog'
  685.       TabVisible = False
  686.       object gbErrorLog: TTntGroupBox
  687.         Left = 8
  688.         Top = 3
  689.         Width = 425
  690.         Height = 94
  691.         Caption = 'Error log'
  692.         TabOrder = 0
  693.         object llErrorLogAutoSaveMode: TTntLabel
  694.           Left = 32
  695.           Top = 42
  696.           Width = 48
  697.           Height = 13
  698.           Caption = 'Save it to:'
  699.         end
  700.         object llErrorLogFileName: TTntLabel
  701.           Left = 32
  702.           Top = 68
  703.           Width = 135
  704.           Height = 13
  705.           Caption = 'Filename (and maybe folder):'
  706.         end
  707.         object cbErrorLogAutoSaveMode: TTntComboBox
  708.           Left = 216
  709.           Top = 37
  710.           Width = 201
  711.           Height = 21
  712.           Style = csDropDownList
  713.           ItemHeight = 13
  714.           TabOrder = 0
  715.           OnChange = cbErrorLogAutoSaveModeChange
  716.           Items.Strings = (
  717.             'The destination folder'
  718.             'The source folder'
  719.             'A custom folder')
  720.         end
  721.         object chErrorLogAutoSave: TTntCheckBox
  722.           Left = 8
  723.           Top = 17
  724.           Width = 363
  725.           Height = 17
  726.           Caption = 'Automatically save the error log'
  727.           TabOrder = 1
  728.           OnClick = chErrorLogAutoSaveClick
  729.         end
  730.         object edErrorLogFileName: TTntEdit
  731.           Left = 216
  732.           Top = 64
  733.           Width = 169
  734.           Height = 21
  735.           TabOrder = 2
  736.           OnKeyPress = FileNameOnly
  737.         end
  738.         object btELFNBrowse: TTntButton
  739.           Left = 392
  740.           Top = 64
  741.           Width = 26
  742.           Height = 21
  743.           Caption = '...'
  744.           TabOrder = 3
  745.           OnClick = btELFNBrowseClick
  746.         end
  747.       end
  748.     end
  749.     object tsProcesses: TTntTabSheet
  750.       Caption = 'tsProcesses'
  751.       TabVisible = False
  752.       DesignSize = (
  753.         441
  754.         363)
  755.       object gbHandledProcesses: TTntGroupBox
  756.         Left = 8
  757.         Top = 3
  758.         Width = 425
  759.         Height = 214
  760.         Anchors = [akLeft, akTop, akRight]
  761.         Caption = 'Handled processes'
  762.         TabOrder = 0
  763.         object llHandledProcessses: TTntLabel
  764.           Left = 8
  765.           Top = 18
  766.           Width = 298
  767.           Height = 13
  768.           Caption = 
  769.             'List of processes (shells or other) that SuperCopier must handle' +
  770.             ':'
  771.         end
  772.         object lvHandledProcesses: TTntListView
  773.           Left = 8
  774.           Top = 40
  775.           Width = 329
  776.           Height = 165
  777.           BevelInner = bvNone
  778.           BevelOuter = bvNone
  779.           Columns = <
  780.             item
  781.               AutoSize = True
  782.             end>
  783.           HideSelection = False
  784.           ReadOnly = True
  785.           RowSelect = True
  786.           ShowColumnHeaders = False
  787.           TabOrder = 0
  788.           ViewStyle = vsReport
  789.         end
  790.         object btAddProcess: TTntButton
  791.           Left = 346
  792.           Top = 40
  793.           Width = 71
  794.           Height = 25
  795.           Caption = 'Add'
  796.           TabOrder = 1
  797.           OnClick = btAddProcessClick
  798.         end
  799.         object btRemoveProcess: TTntButton
  800.           Left = 346
  801.           Top = 72
  802.           Width = 71
  803.           Height = 25
  804.           Caption = 'Remove'
  805.           TabOrder = 2
  806.           OnClick = btRemoveProcessClick
  807.         end
  808.       end
  809.     end
  810.     object tsAdvanced: TTntTabSheet
  811.       Caption = 'tsAdvanced'
  812.       TabVisible = False
  813.       object gbPriority: TTntGroupBox
  814.         Left = 8
  815.         Top = 3
  816.         Width = 425
  817.         Height = 44
  818.         Caption = 'Priority'
  819.         TabOrder = 0
  820.         object llPriority: TTntLabel
  821.           Left = 8
  822.           Top = 18
  823.           Width = 134
  824.           Height = 13
  825.           Caption = 'SuperCopier process priority:'
  826.         end
  827.         object cbPriority: TTntComboBox
  828.           Left = 216
  829.           Top = 13
  830.           Width = 201
  831.           Height = 21
  832.           Style = csDropDownList
  833.           ItemHeight = 13
  834.           TabOrder = 0
  835.           Items.Strings = (
  836.             'Idle'
  837.             'Normal'
  838.             'High')
  839.         end
  840.       end
  841.       object gbAdvanced: TTntGroupBox
  842.         Left = 8
  843.         Top = 99
  844.         Width = 425
  845.         Height = 198
  846.         Caption = 'Advanced parameters'
  847.         TabOrder = 3
  848.         object llCopyBufferSize: TTntLabel
  849.           Left = 8
  850.           Top = 18
  851.           Width = 78
  852.           Height = 13
  853.           Caption = 'Copy buffer size:'
  854.         end
  855.         object llCopyBufferSizeUnit: TTntLabel
  856.           Left = 304
  857.           Top = 18
  858.           Width = 26
  859.           Height = 13
  860.           Caption = 'Bytes'
  861.         end
  862.         object llCopyWindowUpdateInterval: TTntLabel
  863.           Left = 8
  864.           Top = 47
  865.           Width = 139
  866.           Height = 13
  867.           Caption = 'Copy window update interval:'
  868.         end
  869.         object llCopyWindowUpdateIntervalUnit: TTntLabel
  870.           Left = 304
  871.           Top = 47
  872.           Width = 57
  873.           Height = 13
  874.           Caption = 'Milliseconds'
  875.         end
  876.         object llCopySpeedAveragingInterval: TTntLabel
  877.           Left = 8
  878.           Top = 76
  879.           Width = 146
  880.           Height = 13
  881.           Caption = 'Copy speed averaging interval:'
  882.         end
  883.         object llCopySpeedAveragingIntervalUnit: TTntLabel
  884.           Left = 304
  885.           Top = 76
  886.           Width = 57
  887.           Height = 13
  888.           Caption = 'Milliseconds'
  889.         end
  890.         object llCopyThrottleInterval: TTntLabel
  891.           Left = 8
  892.           Top = 105
  893.           Width = 99
  894.           Height = 13
  895.           Caption = 'Copy throttle interval:'
  896.         end
  897.         object llCopyThrottleIntervalUnit: TTntLabel
  898.           Left = 304
  899.           Top = 105
  900.           Width = 57
  901.           Height = 13
  902.           Caption = 'Milliseconds'
  903.         end
  904.         object edCopyBufferSize: TTntEdit
  905.           Left = 216
  906.           Top = 14
  907.           Width = 81
  908.           Height = 21
  909.           TabOrder = 0
  910.           OnKeyPress = NumbersOnly
  911.         end
  912.         object edCopyWindowUpdateInterval: TTntEdit
  913.           Left = 216
  914.           Top = 43
  915.           Width = 81
  916.           Height = 21
  917.           TabOrder = 1
  918.           OnKeyPress = NumbersOnly
  919.         end
  920.         object edCopySpeedAveragingInterval: TTntEdit
  921.           Left = 216
  922.           Top = 72
  923.           Width = 81
  924.           Height = 21
  925.           TabOrder = 2
  926.           OnKeyPress = NumbersOnly
  927.         end
  928.         object edCopyThrottleInterval: TTntEdit
  929.           Left = 216
  930.           Top = 101
  931.           Width = 81
  932.           Height = 21
  933.           TabOrder = 3
  934.           OnKeyPress = NumbersOnly
  935.         end
  936.         object chFastFreeSpaceCheck: TTntCheckBox
  937.           Left = 8
  938.           Top = 132
  939.           Width = 415
  940.           Height = 17
  941.           Caption = 'Fast free space check (can have problems with NTFS mount points)'
  942.           TabOrder = 4
  943.         end
  944.         object chFailSafeCopier: TTntCheckBox
  945.           Left = 8
  946.           Top = 152
  947.           Width = 409
  948.           Height = 17
  949.           Caption = 'Use a failsafe copier (buffered copy and no unicode support)'
  950.           TabOrder = 5
  951.         end
  952.         object chCopyResumeNoAgeVerification: TTntCheckBox
  953.           Left = 8
  954.           Top = 172
  955.           Width = 413
  956.           Height = 17
  957.           Caption = 'Do not check for same file age before resuming file transfer'
  958.           TabOrder = 6
  959.         end
  960.       end
  961.       object gbConfigLocation: TTntGroupBox
  962.         Left = 8
  963.         Top = 51
  964.         Width = 425
  965.         Height = 44
  966.         Caption = 'Settings location'
  967.         TabOrder = 1
  968.         object llConfigLocation: TTntLabel
  969.           Left = 8
  970.           Top = 18
  971.           Width = 79
  972.           Height = 13
  973.           Caption = 'Store settings to:'
  974.         end
  975.         object cbConfigLocation: TTntComboBox
  976.           Left = 216
  977.           Top = 13
  978.           Width = 201
  979.           Height = 21
  980.           Style = csDropDownList
  981.           ItemHeight = 13
  982.           TabOrder = 0
  983.           Items.Strings = (
  984.             'The registry'
  985.             '.ini file')
  986.         end
  987.       end
  988.       object btAdvancedHelp: TTntButton
  989.         Left = 357
  990.         Top = 97
  991.         Width = 75
  992.         Height = 16
  993.         Caption = 'Help'
  994.         TabOrder = 2
  995.         OnClick = btAdvancedHelpClick
  996.       end
  997.     end
  998.   end
  999.   object btCancel: TTntButton
  1000.     Left = 448
  1001.     Top = 370
  1002.     Width = 76
  1003.     Height = 25
  1004.     Anchors = [akRight, akBottom]
  1005.     Cancel = True
  1006.     Caption = 'Cancel'
  1007.     TabOrder = 3
  1008.     OnClick = btCancelClick
  1009.   end
  1010.   object btOk: TTntButton
  1011.     Left = 364
  1012.     Top = 370
  1013.     Width = 76
  1014.     Height = 25
  1015.     Anchors = [akRight, akBottom]
  1016.     Caption = 'OK'
  1017.     Default = True
  1018.     TabOrder = 2
  1019.     OnClick = btOkClick
  1020.   end
  1021.   object btApply: TTntButton
  1022.     Left = 532
  1023.     Top = 370
  1024.     Width = 76
  1025.     Height = 25
  1026.     Anchors = [akRight, akBottom]
  1027.     Caption = 'Apply'
  1028.     TabOrder = 4
  1029.     OnClick = btApplyClick
  1030.   end
  1031.   object odLog: TTntOpenDialog
  1032.     DefaultExt = 'txt'
  1033.     Filter = 'Any file (*.*)'
  1034.     Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
  1035.     Top = 368
  1036.   end
  1037.   object odProcesses: TTntOpenDialog
  1038.     DefaultExt = 'exe'
  1039.     Filter = 'Process (*.exe)|*.exe'
  1040.     Left = 32
  1041.     Top = 368
  1042.   end
  1043.   object cdProgress: TColorDialog
  1044.     Options = [cdFullOpen, cdAnyColor]
  1045.     Left = 64
  1046.     Top = 368
  1047.   end
  1048. end
  1049.